var reflect.kindNames

3 uses

	reflect (current package)
		type.go#L461: 	if uint(k) < uint(len(kindNames)) {
		type.go#L462: 		return kindNames[uint(k)]
		type.go#L467: var kindNames = []string{